projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6f0103
)
dist: Fix css theme disting after HighContrast-dark changes
author
Kalev Lember
<klember@redhat.com>
Tue, 19 Jan 2021 09:46:13 +0000
(10:46 +0100)
committer
Kalev Lember
<klember@redhat.com>
Tue, 19 Jan 2021 09:50:30 +0000
(10:50 +0100)
Commit
f60d245e327a760a188e8b5a40844f5fe092df43
renamed it from
HighContrast-inverse.css to HighContrast-dark.css.
build-aux/meson/dist-theme.py
patch
|
blob
|
history
diff --git
a/build-aux/meson/dist-theme.py
b/build-aux/meson/dist-theme.py
index 15820571139fde051a535961fa793053bc3a4b11..b1d5291a2c0562333163d6cca26e213e4ec357d9 100644
(file)
--- a/
build-aux/meson/dist-theme.py
+++ b/
build-aux/meson/dist-theme.py
@@
-7,7
+7,7
@@
import subprocess
stylesheets = [ 'gtk/theme/Adwaita/Adwaita.css',
'gtk/theme/Adwaita/Adwaita-dark.css',
'gtk/theme/HighContrast/HighContrast.css',
- 'gtk/theme/HighContrast/HighContrast-
inverse
.css' ]
+ 'gtk/theme/HighContrast/HighContrast-
dark
.css' ]
sourceroot = os.environ.get('MESON_SOURCE_ROOT')
distroot = os.environ.get('MESON_DIST_ROOT')